
main {
    max-height: 900px;
    overflow-y: auto;
    scrollbar-width: none;
    margin-left: 10px;
    background: white;
    flex: 3;
    padding: 70px;
}

main .selenium-dependencies{
    border: 4px solid #00A916;;
    padding:0px 40px 40px 40px;
}
main .selenium-dependencies img{
    margin: 20px 0px;
    border: none;
    /* padding-right: 10px; */
    border-radius: 10px;
    box-shadow: 8px 8px 5px 2px rgba(0, 0, 0, 0.3);
}
main h1{
    text-align: center;
    font-size: 90px;
    text-wrap: wrap;
    font-variant: small-caps;
    text-shadow: 2px 2px 5px gray;
}
main p{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    /* text-shadow: 2px 2px 5px gray; */
}

main .selenium-dependencies ul {
    font-size: 18px;
    line-height: 30px;
    /* text-align: center; */
    list-style-type: decimal;
}

main .selenium-dependencies-steps p{
    margin: 5px 0px;
}

main .selenium-dependencies-steps ul{
    font-size: 18px;
    line-height: 50px;
}

main .selenium-dependencies-steps button{
    padding: 15px;
    background: #00A916;
    width: 150px;
    border: none;
    border-radius: 10px;
}
main .selenium-dependencies-steps button a{
    text-decoration: none;
    color: #f0f0f0;
    font-size: 18px;
}
@media screen and (max-width: 1090px) {
    main{
        /* max-height: 600px;
        overflow-y: auto; */
        padding: 10px;
    }
    main .selenium-dependencies{
        border: 4px solid #00A916;;
        padding:10px ;
    }
    main .selenium-path{
        border: none;
    }
}

@media screen and (max-width: 992px) {
    main{
        /* max-height: 700px; */
        overflow-y: auto;
        margin-left: 0px;
    }
    main .selenium-path h1{
        font-size: 35px;
    }
    main .selenium-path h2{
        text-align: center;
        font-size: 30px;
    }
    main .selenium-path{
        border: 4px solid #00A916;;
        padding:10px;
    }main .selenium-dependencies-steps ul{
        font-size: 18px;
        line-height: 40px;
    }
}
@media screen and (max-width:768px){ 
     main{
        padding: 20px;
    }
    }
@media screen and(max-width: 390px) {
    main .selenium-path h1{
        text-align: center;
        font-size: 39px;
        text-wrap: wrap;
        font-variant: small-caps;
        text-shadow: 2px 2px 5px gray;
    }
}
